//0x64 bytes (sizeof)
struct _SEP_LOGON_SESSION_REFERENCES
{
struct _SEP_LOGON_SESSION_REFERENCES* Next; //0x0
struct _LUID LogonId; //0x4
struct _LUID BuddyLogonId; //0xc
LONG ReferenceCount; //0x14
ULONG Flags; //0x18
struct _DEVICE_MAP* pDeviceMap; //0x1c
VOID* Token; //0x20
struct _UNICODE_STRING AccountName; //0x24
struct _UNICODE_STRING AuthorityName; //0x2c
struct _SEP_LOWBOX_HANDLES_TABLE LowBoxHandlesTable; //0x34
struct _EX_PUSH_LOCK SharedDataLock; //0x3c
struct _AUTHZBASEP_CLAIM_ATTRIBUTES_COLLECTION* SharedClaimAttributes; //0x40
struct _SEP_SID_VALUES_BLOCK* SharedSidValues; //0x44
struct _OB_HANDLE_REVOCATION_BLOCK RevocationBlock; //0x48
struct _EJOB* ServerSilo; //0x58
struct _LUID SiblingAuthId; //0x5c
};